home *** CD-ROM | disk | FTP | other *** search
/ Sunday Savers: Singing Fun! / Sunday Savers: Singing Fun!.iso / mac / Xtras / Buddy API 1.6 / Buddy API Docs.swf / texts / 1098.txt < prev    next >
Encoding:
Text File  |  2004-08-31  |  1.7 KB  |  57 lines

  1. 14
  2. --- RECORDSEPARATOR ---
  3.  
  4. --- RECORDSEPARATOR ---
  5. SysFolder
  6. --- RECORDSEPARATOR ---
  7.  
  8. --- RECORDSEPARATOR ---
  9. (continued)
  10. --- RECORDSEPARATOR ---
  11.  
  12. --- RECORDSEPARATOR ---
  13. Notes:
  14. --- RECORDSEPARATOR ---
  15.  
  16. --- RECORDSEPARATOR ---
  17. The string that is returned will have a "\"
  18. --- RECORDSEPARATOR ---
  19.  (Windows)
  20. --- RECORDSEPARATOR ---
  21.  or ":"
  22. --- RECORDSEPARATOR ---
  23.  (Mac)
  24. --- RECORDSEPARATOR ---
  25.  at the end. 
  26. --- RECORDSEPARATOR ---
  27. The "system16" and "system32" options are for use with Windows NT. On other 
  28. --- RECORDSEPARATOR ---
  29. versions of windows, they will return the same as "system". 
  30. --- RECORDSEPARATOR ---
  31. On
  32. --- RECORDSEPARATOR ---
  33.  Windows
  34. --- RECORDSEPARATOR ---
  35. , as well as the above folders, you can also pass in the number of a 
  36. --- RECORDSEPARATOR ---
  37. special folder. These numbers are listed in the programming ShlObj.h header file in 
  38. --- RECORDSEPARATOR ---
  39. the Windows Platform SDK. For example, to get the Cookies folder, you can use 
  40. --- RECORDSEPARATOR ---
  41. baSysFolder( "33" ). If you pass in a number, it will be passed directly to the 
  42. --- RECORDSEPARATOR ---
  43. SHGetSpecialFolderLocation API call. 
  44. --- RECORDSEPARATOR ---
  45. On
  46. --- RECORDSEPARATOR ---
  47.  Macintosh
  48. --- RECORDSEPARATOR ---
  49. , you can also use a four character code to find other folders. For 
  50. --- RECORDSEPARATOR ---
  51. example, you can use baSysFolder( ΓÇ£launΓÇ¥ ) to find the Launcher Items folder. You 
  52. --- RECORDSEPARATOR ---
  53. can find a list of the possible folder codes in the <Folders.h> programming header 
  54. --- RECORDSEPARATOR ---
  55. file in the Universal Headers available from Apple. Not all of the listed folders will 
  56. --- RECORDSEPARATOR ---
  57. be available on all systems or under all Mac OS versions.